2027 Constructor
Changes 5
C

AlphanumericRevisionSettings(IList<String>, String, String)

Description:
Constructs an AlphanumericRevisionSettings object.
Overloads (3):
AlphanumericRevisionSettings(IList[String],String,String)
public AlphanumericRevisionSettings(
	IList<string> sequence,
	string prefix,
	string suffix
)
  • IList<String>
    sequence

    The custom sequence to be used as numbers for revisions with the Alphanumeric RevisionNumberType.

    If there are more alphanumeric revisions than there are strings in the sequence, subsequent alphanumeric revisions will be assigned duplicated characters. For example, if the sequence provided were ["X", "Y"], the first alphanumeric revision would be shown as "X", the second as "Y", the third as "XX", then "YY", "XXX", etc.

  • String
    prefix
    The prefix string for each revision number in the sequence.
  • String
    suffix
    The suffix string for each revision number in the sequence.